LiveEventType

enum LiveEventType : Enum<LiveEventType>

An Enum that determines the host type for LiveEvent

Since

1.2.0

Entries

Link copied to clipboard
@SerializedName(value = "live_event_for_video")
VIDEO(StringSet.live_event_for_video)

In a live_event_for_video Live Event, multiple hosts can stream in a live event at the same time, each using audio and video to stream.

Link copied to clipboard
@SerializedName(value = "live_event_for_audio_only")
AUDIO_ONLY(StringSet.live_event_for_audio_only)

In a live_event_for_audio_only Live Event, multiple host can stream in a live event at the same time, but can only use audio to stream.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String